From 2d317e508270d22500095d5a7496fa59bbcbab8c Mon Sep 17 00:00:00 2001 From: Robert Lipe Date: Thu, 1 Aug 2019 01:46:30 -0500 Subject: [PATCH] Fix a missed newline after Verion in debug code for Garmin Protocol. --- jeeps/gpsapp.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jeeps/gpsapp.cc b/jeeps/gpsapp.cc index a31329361..3802df7c8 100644 --- a/jeeps/gpsapp.cc +++ b/jeeps/gpsapp.cc @@ -235,7 +235,7 @@ static int32 GPS_A000(const char* port) gps_save_id = id; gps_save_version = ((double)version/100.); - GPS_User("Unit:\t%s\nID:\t%d\nVersion:\t%.2f", + GPS_User("Unit:\t%s\nID:\t%d\nVersion:\t%.2f\n", gps_save_string, gps_save_id, gps_save_version); #if 0 -- 2.30.2